home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Data 2005 July / CD Rom Data Temmuz 2005.iso / Media / Program.dcr / script_9_script_Scroll.ls < prev    next >
Encoding:
Text File  |  2005-06-29  |  203 b   |  12 lines

  1. on mouseWithin me
  2.   if the mouseDown then
  3.     cs = me.spriteNum
  4.     if cs = 15 then
  5.       ekle = -1
  6.     else
  7.       ekle = 1
  8.     end if
  9.     member("text_Program_Aciklama").scrollByLine(ekle)
  10.   end if
  11. end
  12.